home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_5 / packset.lha / Storage / DosDrivers / RAD next >
Text File  |  1995-04-12  |  710b  |  30 lines

  1. /* $VER: RAD 40.1 (31.8.93)
  2.  *
  3.  * Recoverable RAM disk mount entry
  4.  *
  5.  * You can create different simultaneous recoverable RAM disks by creating
  6.  * versions of this file with different Unit values.
  7.  *
  8.  * The size of a recoverable RAM disk is controlled by the value of the
  9.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  10.  * RAM. So the default value of 79 consumes around 880K of memory.
  11.  */
  12.  
  13. Device        = ramdrive.device
  14. Unit        = 0
  15. Flags        = 0
  16. Surfaces    = 2
  17. SectorsPerTrack    = 11
  18. SectorSize      = 512
  19. Reserved    = 2
  20. Interleave    = 0
  21. Buffers        = 5
  22. BufMemType    = 1
  23. BootPri        = -127
  24.  
  25. /* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
  26.  *
  27.  * LowCyl    = 0
  28.  * HighCyl    = 79
  29.  */
  30.